projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d7de9f
)
* sysdep.c (system_process_attributes): Fix typo.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 19 Dec 2008 22:24:58 +0000
(22:24 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 19 Dec 2008 22:24:58 +0000
(22:24 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index a1b0ace837526f86df6bf0e97322b4315cff643c..80027f307699717fd15ab79dc16ff68a85bfe009 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-3752,7
+3752,7
@@
system_process_attributes (Lisp_Object pid)
Lisp_Object
system_process_attributes (Lisp_Object pid)
{
- return Qnil
+ return Qnil
;
}
#endif /* !defined (WINDOWSNT) */